home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / dev / amos / PowerBackup.readme < prev   
Encoding:
Text File  |  2002-03-10  |  2.9 KB  |  69 lines

  1. Short:    Backup program V1.01 - with source
  2. Author:   karglch@sbox.tu-graz.ac.at  (Christian Kargl)
  3. Uploader: karglch@sbox.tu-graz.ac.at  (Christian Kargl)
  4. Version:  1.01 (05/Mar/2002)
  5. Type:     dev/amos
  6. Requires: OS2.0+, 2MB memory, powerpacker.library (NOT included)
  7.  
  8.  
  9.   That's a simple backup program to save your hard disc on floppy
  10.   discs. I don't expect anybody to use it seriously, but I do.
  11.   For large data you better use a CD ROM. But for anybody who wants
  12.   to create a backup program have a look at the source code. The
  13.   most annoying thing is the user interface, known as GUI. So I used
  14.   the powerful Interface language of AMOS Professional V2.0. You also
  15.   need the AMCAF extension for many commands, or you write library
  16.   calls yourself.
  17.  
  18.  
  19.   Features:
  20.   ~~~~~~~~~
  21.    - backup data onto DD or HD floppies
  22.    - redirection to hard disc for a faster backup
  23.    - backup selection tree: select complete dirs or single files
  24.    - restore simulation for testing data written on floppies
  25.    - recoverable restoration if data of one file are corrupt
  26.    - savable history list for backup and restoration
  27.    - simple usage, also without reading the guide
  28.    - with source for interested programmers
  29.  
  30.  
  31.    Changes from V1.0
  32.   ~~~~~~~~~~~~~~~~~~~
  33.   *) FIXED: if compressed size is larger than original, informations
  34.        for the original file were saved, but with compressed data!
  35.   *) CHANGED: only one reading command for informations instead of four,
  36.        because of strange effects with the file position pointer.
  37.  
  38.  
  39.   Things TO DO:
  40.   ~~~~~~~~~~~~~
  41.    - better split up files into 64K blocks to support large files on
  42.      low memory systems, which may increases compressed size
  43.    - add multitasking to do other things while backup/restore operation
  44.      works in the background
  45.  
  46.  
  47.   Archive content:
  48.   ~~~~~~~~~~~~~~~~
  49.    LhA Freeware Version 2.2
  50.    Copyright © 1991-94 by Stefan Boberg.
  51.    Copyright © 1998-2000 by Jim Cooper and David Tritscher.
  52.  
  53.    Listing of archive 'PowerBackup.LHA':
  54.    Original  Packed Ratio    Date     Time    Name
  55.    -------- ------- ----- --------- --------  -------------
  56.      145616   82194 43.5% 23-Feb-02 17:04:44 +PowerBackup
  57.        3528    1325 62.4% 04-Mar-02 15:48:40 +DBL_Slot1_Main.ASC
  58.         352     200 43.1% 17-Feb-02 10:33:40 +DBL_Slot2_Alert.ASC
  59.          90      79 12.2% 17-Feb-02 10:34:04 +DBL_Slot3_Info.ASC
  60.       10976    6245 43.1% 22-Feb-02 15:58:22 +PowerBackup.Dat
  61.        1629     787 51.6% 17-Feb-02 11:31:16 +PowerBackup.info
  62.       17838    6725 62.2% 04-Mar-02 16:10:34 +PowerBackupV1_01.Guide
  63.        1668     945 43.3% 17-Feb-02 11:31:16 +PowerBackupV1_01.Guide.info
  64.       46992   14280 69.6% 04-Mar-02 15:47:16 +PowerBackup.ASC
  65.        1794     930 48.1% 04-Mar-02 16:00:52  PowerBackup.ReadMe
  66.        1188     546 54.0% 17-Feb-02 11:31:22  PowerBackupV1_01.info
  67.    -------- ------- ----- --------- --------
  68.      231671  114256 50.6% Operation successful.
  69.